home *** CD-ROM | disk | FTP | other *** search
/ Hornet Underground 1 / Hornet Underground.iso / demonews / demonews.046 < prev    next >
Text File  |  1996-05-07  |  9KB  |  206 lines

  1.         %-----------------------------------------------------------%
  2.         %                     DEMO NEWS #46                         %
  3.         %                      MAY 28, 1994                         %
  4.         % ftp.uwp.edu & ftp.eng.ufl.edu (USA), ftp.luth.se (SWEDEN) %
  5.         %   ftp.sun.ac.za (AFRICA), ftp.uni-erlangen.de (GERMANY)   % 
  6.         %              ftp.uni-paderborn.de (GERMANY)               %
  7.         %-----------------------------------------------------------%
  8.         
  9. ===========
  10. FILES MOVED
  11. ===========
  12.  
  13. ==========================================================================
  14. Filename.ext |  Location      | Description
  15. ==========================================================================
  16. (A)-TAD.ZIP    alpha/NEW      - Anarchy's Adlib delight. 286/Adlib/VGA
  17. 386p_101.zip   source         - Newest version of 386 POWER.
  18. C64MUSIX.ZIP   alpha/NEW      - C64 Music converted to Adlib by Triad.
  19. Dave-Sing...                  - This is a .bin file.  I am not sure about it.
  20. LISH.ZIP       incoming/bizarre - Check the demos directory for this file.
  21. MOREJCH.ZIP    alpha/NEW      - More JCH Adlib tunes.
  22. NAZI.ZIP       alpha/NEW      - Big time Political "anti" Statement.  GUS
  23. PRG-C64!.ZIP   alpha/NEW      - Progress's C-64 music demo.  Cool.  GUS
  24. PRG-WHS.ZIP    alpha/NEW      - Progress washandje intro.  Adlib
  25. REALTIME.ZIP   alpha/NEW      - Impact Studios demo.
  26. SUPREME.ZIP    incoming/bizarre - Supremace's intro for Bizarre party.
  27. VDENTRO.ZIP    alpha/NEW      - VOID's bizarre Dentro. GUS
  28. VIB-COLG.ZIP   alpha/NEW      - Adlib music and SFX for Colgate.
  29. VIBRANTS.ZIP   incoming/music - Vibrants Play-Driver v2.02.  Adlib/SB.
  30. acme-sns.zip   incoming       - ACME intro
  31. anmformt.zip   source         - Delux Paint 2 ANM format--C source.
  32. /bizarre       incoming/bizarre - Some BIZARRE party stuff here.  intros/demos.
  33. bmscaler.zip   source         - Scaled bitmats trainer by Tumblin.  C
  34. bzr_revw.zip   incoming       - Bizarre party review...
  35. cd_*.zip       incoming/music - MODS from Crystal dream demo.
  36. chaos486.zip   alpha/NEW      - Noxious's 486+ Intro.  486
  37. /compo         incoming/compo - Compo is over but MC][ has begun.  Winner?
  38. cthug-32.zip   incoming/music - Moved to the music directory again.
  39. demovt15.zip   incoming/music - Vangelisteam Tracker ver 1.5. SB/GUS
  40. fear-lsd.exe   incoming/bizarre - The fear intro is in the "intros" directory.
  41. gusenv.zip     source         - Source--Gus. Grabs port, dma and Irq.
  42. mc2demo.arj    incoming       - The MC][ intro.  Announces contest. GUS
  43. mc2rules.zip   incoming       - The Music Contest's ][ rules.
  44. quantic.zip    incoming/music - 8 bit Sample compressor & player.
  45. showrip.zip    deleted        - For displaying RIPs.
  46. sky_*.zip      incoming/music - SKYJUMP's MODS.
  47. timing12.zip   deleted        - CAD tool...
  48. tlp4v11c.zip   utils          - Graphics driver for use with Borland/Turbo C.
  49. walki*.zip     incoming/music - MODS
  50.  
  51. ANSI:  kts_tz10.zip, lght9405.zip, stn-0694.zip, uni-0594.zip
  52.  
  53. *************
  54. GENERAL STUFF
  55. *************
  56.  
  57. I could not be as thorough this week due to the OVERLOAD of files that
  58. were uploaded.  Some, like the /bizarre stuff will stay for a few weeks
  59. while others I could not get to this week will be move next week.
  60.  
  61. WHERE TO LOOK FOR DEMOS:
  62.  
  63. If you want a recent demo check the /incoming directory.  If you believe
  64. the demo was uploaded within the last couple weeks check /alpha/NEW and
  65. if you think the demo is kind of old (>month) then go ahead and check
  66. the /alpha/"letter" directory.  Easy enough.  Trust me, if it ain't here
  67. (internet wise) it ain't anywhere.  You can ARCHIE till your fingers turn
  68. blue.  BTW:  All of the demo sites are mirrored off wasp and only "luth.se"
  69. mirrors the incoming directory.
  70.  
  71. ONCE AGAIN:
  72.  
  73. The TOP25DL file is currently using stats from the last week of APRIL.
  74. It will continue to do this till the "wasp" site has been fully upgraded
  75. or the sys admins have decided to start creating a "syslog" again.  Maybe
  76. in a week, maybe in a month this will be fixed.
  77.  
  78. REVIEW DEMOS:
  79.  
  80. If you are interested in reviewing demos--- ;)  let us know.  Mike is
  81. bogged down doing them and I have enough trouble moving things around and
  82. keeping the .TXT files up to date.  The UTIL directory .TXT file is still
  83. a mess but everything seems to be "up to date."
  84.  
  85. **********
  86.  Mike SAYS
  87. **********
  88.  
  89. Hi all, thats me again :)) and again some probs ;) 
  90. so here we go:
  91.  
  92.   * ICEFEVER by XPOSE - seems it doesn't work with GUS properly. Also, in
  93.     file_id.diz there is written, that this demo req. a 486, but it works
  94.     fine on a 386 (btw: I don't like demos which require powerfull machines
  95.     just because the code is rather slow (I don't mean CD2, there is a great
  96.     code and entertainment)). PS: It hangs without GUS on my computer. ;)
  97.   * OUTTA TIME by SELECT - if you hear a terrible sound from the PC speaker
  98.     on your machine - that's because they have problem with keyboard handler
  99.     (1st bit on port 61 - enable speaker). To disable the sound from speaker
  100.     type and run following sequence in Turbo Debuger:
  101.        mov al, 0F3
  102.        out 43, al
  103.        mov al, 1
  104.        out 42, al
  105.        xor al, al
  106.        out 42, al  ... it sets sound up to 1MHz - unhearable by human ;)
  107.                        (and not playable by pc-speaker ;)
  108.   * SUPER UNKNOWN by FIVE AND THE SOME - in most cases you'll need 486 to run
  109.     it. This demo req. 386 w/copro, but it doesn't run with it either :))
  110.     Seems like there is a problem in their speed-detecting routine (maybe).
  111.     Also, if you want sounds on GUS, you have to install UMB server (like
  112.     Qemm or so), with at least 41kb free for ultramid driver.
  113. ----------------------------------
  114. *uploaded: myst_tsi, 2ndtro - was on demosite before, but now i cann't find
  115.                              it.
  116.  
  117. *moved to correct directory.
  118. caveira        /alpha/c
  119. faces        /alpha/f
  120. killtime    /alpha/k
  121. icefever.zip    /alpha/i
  122. psy-drm.zip    /alpha/p
  123. safexit2.zip    /alpha/s
  124. zap.zip        /alpha/z
  125. ztround.zip    /alpha/z
  126. slt_ot.zip    /alpha/s
  127. sunknown.a01    /alpha/s
  128. sunknown.arj    /alpha/s
  129. vision.zip    /alpha/v
  130. demo3.arj    /alpha/d
  131. change.arj    /alpha/c
  132. *deleted directory - /alpha/NEW/TG94 - it is now fully reviewed.
  133.  
  134. <<<<<
  135. MUSIC
  136. >>>>>
  137.  
  138.                             -  MUSIC-FILES  -                    
  139.                            - 5/21/94-5/28/94 -
  140.                              - by: Snowman -                     
  141.  
  142.         Got to make this quick.  Very rushed on time.  This week, I want
  143. you to all download mc2demo.arj in /pub/msdos/demos/incoming.  This is
  144. the demo for Music Contest ][.  None of the files below have I gotten a
  145. chance to look at.  I'll do that soon.  Until next time, ciao!
  146.  
  147. ------------------------------------------------------------------------
  148.  
  149. **Added**
  150.  
  151. FILENAME.EXT  WHERE                 Description
  152. -------- ---  -------------------   ------------------------------------
  153. whak-klf.zip  /music/klf            KLF release
  154. cyb-phtm.zip  /music/mmod           New song by Cybellius
  155. lamecoll.zip  /music/mmod           Collection of mods by Beast -94
  156. hallowee.zip  /music/ms3m           New song by Umlimbe
  157. mbm     .zip  /music/ms3m           New song by Michael J. Betrand
  158. mystic  .zip  /music/ms3m           New song by Necros/PM
  159. soft2   .zip  /music/ms3m           New song by C.J.Miller
  160. dmp292  .zip  /music/pplayers       New version of DMP
  161. tnypl210.zip  /music/pplayers       Tiny Play by Pelusa/PM
  162. hsc15ecr.zip  /music/ptrackers      New tracker by Electronic Rats
  163. ------------------------------------------------------------------------
  164.  
  165. **Deleted**
  166.  
  167. FILENAME.EXT  Description
  168. ------------  ----------------------------------------------------------
  169. thedrums.zip  It has to do with MIDI, and so it gets deleted.
  170.                                              
  171.  
  172. ------------------------------------------------------------------------
  173.  
  174. As always, you can reach me at:                                      
  175.  
  176.        ( S ) ----==== Project Leader : Music Contest 2 ====---- ( S )
  177.        ( N )   ---===     Music : Digital Infinity     ===---   ( N )
  178.        ( O )     --== MusicOperator : wasp.eng.ufl.edu ==--     ( O )
  179.        ( W )       -=               ----               =-       ( W )
  180.        ( M )     --==   name : Christopher G. Mann     ==--     ( M )
  181.        ( A )   ---=== locale : Akron Ohio, USA         ===---   ( A )
  182.        ( N ) ----==== e-mail : r3cgm@dax.cc.uakron.edu ====---- ( N )
  183.  
  184. %%%%%%%%%%%%
  185. MAILING LIST
  186. %%%%%%%%%%%%
  187.  
  188. Want to receive DEMONEWS.xxx and/or TOP25DL via E-mail?  Mail dmw@eng.ufl.edu
  189. This is not an automated "subscribe" feature.  So, if you subscribe and do
  190. not get something the next SUNDAY someone (namely me) "screwed" up.  Also,
  191. if you have an obscure E-mail address please mention where you want the "news"
  192. to go.  This applies mainly to those bitnet people.
  193.  
  194. =======
  195. FINALLY
  196. =======
  197.  
  198. Sink or Swim.  If you have anything you want to add just send it to us
  199. and we will try to get it in the following week.  This newsletter reaches
  200. 150+ people excluding bounces.  I am not sure how many demo groups this
  201. reaches but I'd have to figure less than 20.
  202.  
  203. E-mail:  dmw@eng.ufl.edu
  204.  
  205.  
  206.